Einhugur macOS Bridge plugin.

NSUserDefaults.DictionaryForKey Method

Returns the dictionary associated with the specified key.

DictionaryForKey(
   key as String) as EinhugurCoreBridge.NSDictionary

Parameters

key
The key to get the dictionary for.

Returns

EinhugurCoreBridge.NSDictionary
The dictionary associated with the specified key, or nil if the key does not exist or its value is not an dictionary.

Remarks

The returned dictionary and its contents are immutable, even if the values you originally set were mutable.

See Also

NSUserDefaults Class